CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - kernel module

搜索资源列表

  1. kernel mode DR

    0下载:
  2. 介绍WIN32内核模块的运行机制,驱动机制-introduced WIN32 kernel module operation mechanism, the drive mechanism
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:150832
    • 提供者:认密码
  1. linux 使用ntfs分区

    0下载:
  2. linux 使用ntfs分区,适用于2.6.9linux内核,ntfs partition using linux for the kernel 2.6.9linux
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-03-26
    • 文件大小:66041
    • 提供者:fily
  1. pstree

    0下载:
  2. linux 下的打印进程树的代码,两种方法,一种是基于内核模块的,一种是用proc实现的-linux printing process under the tree code, the two methods, one is based on the kernel module, and one is achieved by proc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:234717
    • 提供者:mary
  1. linuxmodule

    0下载:
  2. 关于linux内核模块的相关参考资料,很有学习和研究的价值,初学者要好好看哦-Linux kernel module on the relevant reference is the value of learning and research, beginners to well-看哦
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:833072
    • 提供者:zhangying
  1. TheLinuxKernelModuleProgrammingGuide

    0下载:
  2. 学习内核编程入门的好资料,标准开发文档,附源码。-Introduction to study the kernel of good programming information, development of documentation standards, source code is attached.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:244445
    • 提供者:garyybl
  1. The_Linux_Kernel_Module_Programming_Guide_2.6

    0下载:
  2. The Linux Kernel Module Programming Guide 2.6 编写LINUX内核模块(例如设备驱动)很好的一本指导。-A guide to programming Linux kernel modules.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:493036
    • 提供者:liu
  1. The_Linux_Kernel_Module_Programming_Guide_2.4

    0下载:
  2. The Linux Kernel Module Programming Guide 2.6 编写LINUX内核模块(例如设备驱动)很好的一本指导。-A guide to programming Linux kernel modules.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:486178
    • 提供者:liu
  1. Linux_kernelmodule

    0下载:
  2. 一个最基本的内核模块(helloworld)编写、加载、卸载。包含源码,建议在redhat9下编译运行。-A basic kernel module (helloworld) the preparation, loading, unloading. Contains the source code, it is recommended redhat9 compiled to run.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:175131
    • 提供者:Gras.Heaven
  1. kernel-module-hello

    0下载:
  2. 本人是新手,这是我接触的最简单的Linux内核模块示例程序 涵盖了Linux驱动模块最基本的组成要素,适合于初学者,以后会逐渐上传学习代码,希望各位多多指教。-I am a novice, this is the easiest I have contacted the Linux kernel module Linux sample application covers the basic elements drive module suitable for beginners to le
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:597
    • 提供者:jack
  1. Linux_loadable_kernel_module_mechanism_and_applica

    0下载:
  2. 为了缩短 Linux 开发和测试的时间,提高开发效率。详细分析了Linux 可加载内核模块机制即LKM(Loadable Kernel Module)的工作原理、实现细节和LKM 机制中的关键技术,总结了在实际开发中针对最新内核稳定版本2.6 编写内核模块的方法和需要注意的问题。在Linux操作系统环境下应用LKM 对零拷贝原理进行了实现。在Linux 开发和研究中应用LKM 可以大大加快开发速度-In order to shorten the Linux development and tes
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:127134
    • 提供者:jsh
  1. Linux-Kernel-Module-Programming

    0下载:
  2. Linux kernal module programming
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:318951
    • 提供者:krishna
  1. linux-kernel-module-programming

    0下载:
  2. 简洁、明确的说明linux kernel module,并附上PC Speaker范例。-Concise, clear descr iption of linux kernel module, along with PC Speaker examples.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:267463
    • 提供者:Dennis
  1. (Ebook-Pdf)-Linux-Kernel-Module-Programming-Guide

    0下载:
  2. Linux Kernel Module Programming Guide. How to write linux device drivers
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:643
    • 提供者:Juan
  1. kernel_module

    0下载:
  2. 这是个写内核模块的小程序,作为入门学习的参考好例子-This is a small program to write a kernel module, as a good example of reference to start learning
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:733
    • 提供者:徐先生
  1. ps

    0下载:
  2. 内核模块编程 1)设计一模块,该模块的功能是列出系统中所有内核线程的程序名、PID号和进程状态。 2)设计一个带参数的内核模块,其参数为某个进程的PID号,该模块的功能是列出该进程的家族信息,包括父进程、兄弟进程和子进程的程序名、PID号。 -Kernel module programming 1) design a module, the module s function is to list all kernel threads of the process name, P
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:85370
    • 提供者:李晓宇
  1. linux-kernel-module-programming

    0下载:
  2. linux内核模块编程,标记版。用于初学者学习参考。-linux kernel module programming, marking version. Reference for beginners to learn.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:492184
    • 提供者:曹猛
  1. Kernel-Module-Programming

    0下载:
  2. 介绍linux内核模块的编程,编写linux驱动程序非常好的一本参考书,详细介绍了linux内部的编程机理-Linux kernel module programming, writing Linux drivers a very good one reference book, detailing the linux internal programming mechanism
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-29
    • 文件大小:493056
    • 提供者:扬帆
  1. Enumerate-the-kernel-module

    0下载:
  2. 易语言编写的 枚举内核模块 很久以前收集的 欢迎大家下载-Enumerate the kernel module
  3. 所属分类:ELanguage

    • 发布日期:2017-12-05
    • 文件大小:8292
    • 提供者:
  1. linux-kernel-Module

    0下载:
  2. linux 内核模块编程,内核模块编程实例,用于查看linux父子进程关系及进程状态-linux kernel module programming, kernel module programming examples for viewing linux parent and child relationships and the process status
  3. 所属分类:Driver develop

    • 发布日期:2017-04-24
    • 文件大小:39773
    • 提供者:杜宇
  1. The-Linux-kernel-module-Programming

    0下载:
  2. Kernel module programming. Complete guide to Unix/Linux programming.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-26
    • 文件大小:494345
    • 提供者:raken
« 12 3 4 5 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com